Snapservice Sites Datastores FilterSpec

Snapservice Sites Datastores FilterSpec
Snapservice Sites Datastores FilterSpec

The Snapservice Sites Datastores FilterSpec schema contains properties used to filter the results when listing datastores for the specified site.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "datastores": [
        "string"
    ]
}
array of string
datastores
Optional

Identifiers of datastores that can match the filter.

This property was added in vSphere API 9.1.0.0.

If missing or null or empty, datastores with any identifier match the filter.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datastore. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datastore.